home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso
/
0375
/
install.inf
< prev
next >
Wrap
INI File
|
1997-03-31
|
5KB
|
156 lines
; There are some predefined macros:
; $w --- Windows directory
; $y --- Windows system directory
; $s --- installation source directory
; $i --- installation target directory
;
; $w, $y and $s is defined immediately after install.exe is started.
; $i is defined after [macros1] is read in and before [macros2] is
; read in
; put the macros defined before the installation target dir is entered
; in this section
[macros1]
; some handy macros
f = Freeman
fi = $f Installer
fu = $f Uninstaller
fs = $f Software
pf = Project File
rf = Resource File
sm = (Small Model)
mm = (Medium Model)
cl = Class Library
4i = For Installer
4u = For Uninstaller
csf = C++ Source File
chf = C++ Header File
group = $fi
[general]
; the name of your application being installed. it will be used
; to refer to your application in several dialog boxes
appName = World Time Clock V2.2
; the three lines of welcome text in the welcome dialog box
welcomeTxt1 = This program will install World Time Clock version 2.2
welcomeTxt2 = onto your system
welcomeTxt3 = Copyright (c) 1996 by Timothy L. Hirtle
; minimum free disk space required (in kb) by your application
minFreeSpace = 475
; default directory
defDir = c:\wt_clock
; the text shown on the background
;bkTxt = "World Time Clock"
; the font (including style) & font height (in point) to display
; the background text
bkTxtFont = Times New Roman Bold Italic
bkTxtH = 45
; the horizontal & vertical distance from the left top corner of
; the screen to the base point of the background text
bkTxtX = 0
bkTxtY = 0
; the color (in the format of "red, green, blue") of the background text
bkTxtColor = 255, 0, 0
; minimum time (in ms) to copy a file. if the actual needed is small than
; this, install.exe will wait. This will let the user know what is going on
minTime = 550
; put the macros defined after the installation target dir is entered
; in this section
[macros2]
[disks]
; one entry for one disk:
;
; <disk no> = <description>
;
; where <disk no> --- a number used in section [files] to refer to a disk
; <description> --- a comment about what the disk is, something like
; "installation disk #1". It is used to ask to user
; to insert the appropriate disk if the file is not
; found
0 = Installation Disk #1
[files]
; one entry for one file:
;
; <filename> = <directory>, <size>, <disk>, <description>, <check ver>, <compressed>
;
; e.g.
; bwcc.dl_ = $y, 15000, 0, Borland Windows Custom Control, 1, 1
; | | | | | | |
; | | | | | | |
; compressed name| | | describe the bwcc.dll | |
; | originally 1.5M | |
; | | yes, check file version when installing it
; | | |
;will be copied to Windows system directory |
; | yes, bwcc.dl_ is already compressed
; |
; bwcc.dl_ is on distribution disk no. 0, i.e., installation disk #1
;
; every user will have:
wtime.exe = $i,295000, 0, Executable File, 0, 0
settings.ini = $i, 1000, 0, Settings Fils, 0, 0
wtime.txt = $i, 4773, 0, Documentation File, 0, 0
time.txt = $i, 5000, 0, Documentation File, 0, 0
alarm.wav = $i, 34966, 0, Sound File, 0, 0
bells.wav = $i, 31968, 0, Sound File, 0, 0
chime.wav = $i, 33056, 0, Sound File, 0, 0
coocoo.wav = $i, 15934, 0, Sound File, 0, 0
grandfth.wav = $i, 25188, 0, Sound File, 0, 0
whistle.wav = $i, 25890, 0, Sound File, 0, 0
3dlabel.vbx = $y, 10907, 0, VB Custom Control File, 0, 0
vbpicbtn.vbx = $y, 5056, 0, VB Custom Control File, 0, 0
wave1.vbx = $y, 15168, 0, VB Custom Control File, 0, 0
msafinx.dll = $y, 34744, 0, VB Library File, 0, 0
[items]
; one entry for one program item:
;
; <itemname> = <groupname>, <command line>, <icon path>
;
; Examples
;Freeman Installer = $group, $i\install.exe, $i\install.exe
;User Guide = $group, $w\winhelp.exe $i\install.hlp, $w\winhelp.exe
;Order Form = $group, $w\write.exe $i\orderfrm.wri, $w\write.exe
;License = $group, $w\write.exe $i\license.wri, $w\write.exe
;Vendor Info = $group, $w\write.exe $i\vendor.wri, $w\write.exe
;Freeman Uninstaller = $group, $i\llatsni.exe, $i\llatsni.exe
World Time Clock = World Time Clock V2.2, $i\wtime.exe, $i\wtime.exe
World Time Clock - ReadMe = World Time Clock V2.2, $i\wtime.txt, $w\notepad.exe
World Time Clock - Time Info = World Time Clock V2.2, $i\time.txt, $w\notepad.exe